home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  940 b   |  39 lines

  1. global gNext
  2.  
  3. on mouseDown
  4.   puppetSound("More Buttons")
  5.   puppetSprite(3, 1)
  6.   puppetSprite(11, 1)
  7.   set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
  8.   set the castNum of sprite 11 to 27
  9.   updateStage()
  10.   startTimer()
  11.   repeat while the timer < 15
  12.     nothing()
  13.   end repeat
  14.   set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
  15.   set the castNum of sprite 11 to 28
  16.   updateStage()
  17.   startTimer()
  18.   repeat while the timer < 15
  19.     nothing()
  20.   end repeat
  21.   set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
  22.   set the castNum of sprite 11 to 27
  23.   updateStage()
  24.   startTimer()
  25.   repeat while the timer < 15
  26.     nothing()
  27.   end repeat
  28.   set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
  29.   set the castNum of sprite 11 to 28
  30.   updateStage()
  31.   puppetSprite(3, 0)
  32.   puppetSprite(11, 0)
  33.   repeat while the timer < 45
  34.     nothing()
  35.   end repeat
  36.   set gNext to "story"
  37.   go("more final")
  38. end
  39.